Skip to content

test(technologies): add responsive breakpoint tests#8015

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
pari7maheshwari:test/technologies-responsive-breakpoints
Jul 15, 2026
Merged

test(technologies): add responsive breakpoint tests#8015
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
pari7maheshwari:test/technologies-responsive-breakpoints

Conversation

@pari7maheshwari

Copy link
Copy Markdown
Contributor

Description

Fixes #6974

Added responsive breakpoint tests for the TechnologiesSection covering mobile viewport behavior and responsive layouts.

What's included

  • Added technologies.responsive-breakpoints.test.ts.
  • Mocked a standard mobile viewport (375 × 667) using matchMedia.
  • Verified the technology catalog renders correctly on mobile devices.
  • Asserted that technology items render as a single-column vertical layout.
  • Ensured responsive styling avoids fixed-width classes that could introduce horizontal scrolling.
  • Verified category navigation remains compact and wraps correctly on smaller screens.
  • Tested technology selection/toggle behavior and validated selected state styling.

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

N/A (test-only changes)

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter. (Not applicable)
  • I have started the repo.
  • I have made sure that I have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts). (No SVG output modified.)
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

✨ No significant bundle size changes detected.

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3910.49 KB 3910.49 KB 0 B
Total CSS 326.92 KB 326.92 KB 0 B

@Aamod007 Aamod007 added level:intermediate Moderate complexity tasks quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests mentor:Aamod007 labels Jul 15, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great responsive design tests for the technologies section! Verifying the fluid grid and ensuring no absolute widths cause mobile overflow on 375px screens is exactly what we need to maintain mobile compatibility. Approved!

@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jul 15, 2026
@JhaSourav07 JhaSourav07 merged commit d3dc45c into JhaSourav07:main Jul 15, 2026
9 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jul 15, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @pari7maheshwari! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points level:intermediate Moderate complexity tasks mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(technologies-responsive-breakpoints): verify Responsive Multi-device Columns & Mobile Viewport Layouts (Variation 7)

3 participants